Uses of Class
negotiator.boaframework.OutcomeSpace

Packages that use OutcomeSpace
negotiator.boaframework   
 

Uses of OutcomeSpace in negotiator.boaframework
 

Subclasses of OutcomeSpace in negotiator.boaframework
 class SortedOutcomeSpace
          This class is an OutcomeSpace but with a sorted list of BidDetails based on the utility Methods have been optimized to work with a sorted list.
 

Methods in negotiator.boaframework that return OutcomeSpace
 OutcomeSpace NegotiationSession.getOutcomeSpace()
          Returns the space of possible outcomes in the domain.
 

Methods in negotiator.boaframework with parameters of type OutcomeSpace
 BidDetails OMStrategy.getBid(OutcomeSpace space, Range range)
          Returns a bid selected using the opponent model with a utility in the given range.
 void NegotiationSession.setOutcomeSpace(OutcomeSpace outcomeSpace)
          Method used to set the outcomespace.
 

Constructors in negotiator.boaframework with parameters of type OutcomeSpace
NegotiationSession(UtilitySpace utilitySpace, Timeline timeline, OutcomeSpace outcomeSpace)
          Create a negotiation session which is used to keep track of the negotiation state.